home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / gamebord / chsclk20.zip / OSCR.HPP < prev    next >
Text File  |  1996-10-23  |  1KB  |  54 lines

  1. // Header file
  2. // M\Cooper, PO Box 237, St. David, AZ 85630-0237
  3. // E-mail: thegrendel@theriver.com
  4.  
  5. #define TOPX 320
  6. #define TOPY 50
  7. #define HEADLINE_SIZE 9
  8. #define BY_LINE_X 319
  9. #define BY_LINE_Y 320
  10. #define BY_LINE_SIZE 1
  11. #define NAME_LINE_X 316
  12. #define NAME_LINE_Y (BY_LINE_Y + 34)
  13. #define NAME_LINE_SIZE 4
  14.  
  15. #define EMLINE_X 320
  16. #define EMLINE_Y (NAME_LINE_Y + 34)
  17.  
  18.  
  19. #define ENDLINE_X 316
  20. #define ENDLINE_Y (NAME_LINE_Y + 100)
  21. #define ENDLINE_SIZE 1
  22. #define DELAY 1
  23. #define BAR_LEFT 150
  24. #define BAR_TOP  180
  25. #define BAR_RIGHT  460
  26. #define BAR_BOTTOM 280
  27. #define BAR_DEPTH  50
  28. #define BAR_TOPFLAG 1
  29. #define BAR_PATTERN SOLID_FILL
  30. #define BAR_COLOR BROWN
  31. #define PIE_PATTERN SOLID_FILL
  32. #define PIE_COLOR YELLOW
  33. #define PIE_Y 230
  34. #define PIE_RADIUS 40
  35. #define PIE_STARTANGLE 0
  36. #define PIE_ENDANGLE 360
  37. #define PIE1_X 230
  38. #define PIE2_X 380
  39. #define LINE1_X 230
  40. #define LINE2_X 380
  41. #define LINE_Y1 230
  42. #define LINE_Y2 200
  43. #define LINE2_Y2 260
  44. #define CIRC_RAD 2
  45. #define B_BOTTOM 165
  46. #define B1_TOP 161
  47. #define B1_LEFT 220
  48. #define B1_RIGHT 240
  49. #define B2_TOP 164
  50. #define B2_LEFT 370
  51. #define B2_RIGHT 390
  52.  
  53. void opening_screen();
  54.